1 namespace Fingerprint_Recognition_Project
2 {
3     
partial class Form3
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(Form3));
32             
this.panel1 = new System.Windows.Forms.Panel();
33             
this.label1 = new System.Windows.Forms.Label();
34             
this.button3 = new System.Windows.Forms.Button();
35             
this.button2 = new System.Windows.Forms.Button();
36             
this.button1 = new System.Windows.Forms.Button();
37             
this.pictureBox2 = new System.Windows.Forms.PictureBox();
38             
this.pictureBox1 = new System.Windows.Forms.PictureBox();
39             
this.panel3 = new System.Windows.Forms.Panel();
40             
this.pictureBox3 = new System.Windows.Forms.PictureBox();
41             
this.panel2 = new System.Windows.Forms.Panel();
42             
this.label2 = new System.Windows.Forms.Label();
43             
this.panel1.SuspendLayout();
44             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox2)).BeginInit();
45             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).BeginInit();
46             
this.panel3.SuspendLayout();
47             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox3)).BeginInit();
48             
this.panel2.SuspendLayout();
49             
this.SuspendLayout();
50             
//
51             
// panel1
52             
//
53             
this.panel1.BackColor = System.Drawing.SystemColors.WindowFrame;
54             
this.panel1.Controls.Add(this.label1);
55             
this.panel1.Location = new System.Drawing.Point(0, 2);
56             
this.panel1.Name = "panel1";
57             
this.panel1.Size = new System.Drawing.Size(967, 48);
58             
this.panel1.TabIndex = 13;
59             
//
60             
// label1
61             
//
62             
this.label1.AutoSize = true;
63             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
64             
this.label1.ForeColor = System.Drawing.Color.White;
65             
this.label1.Location = new System.Drawing.Point(301, 7);
66             
this.label1.Name = "label1";
67             
this.label1.Size = new System.Drawing.Size(351, 29);
68             
this.label1.TabIndex = 0;
69             
this.label1.Text = "Finger Print | Face Recognizer ";
70             
//
71             
// button3
72             
//
73             
this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
74             
this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
75             
this.button3.ForeColor = System.Drawing.Color.White;
76             
this.button3.Location = new System.Drawing.Point(393, 379);
77             
this.button3.Name = "button3";
78             
this.button3.Size = new System.Drawing.Size(119, 61);
79             
this.button3.TabIndex = 12;
80             
this.button3.Text = "Match";
81             
this.button3.UseVisualStyleBackColor = false;
82             
//
83             
// button2
84             
//
85             
this.button2.BackColor = System.Drawing.Color.Teal;
86             
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
87             
this.button2.ForeColor = System.Drawing.Color.White;
88             
this.button2.Location = new System.Drawing.Point(769, 379);
89             
this.button2.Name = "button2";
90             
this.button2.Size = new System.Drawing.Size(182, 61);
91             
this.button2.TabIndex = 11;
92             
this.button2.Text = "Load Image2";
93             
this.button2.UseVisualStyleBackColor = false;
94             
//
95             
// button1
96             
//
97             
this.button1.BackColor = System.Drawing.Color.Teal;
98             
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
99             
this.button1.ForeColor = System.Drawing.Color.White;
100             
this.button1.Location = new System.Drawing.Point(12, 379);
101             
this.button1.Name = "button1";
102             
this.button1.Size = new System.Drawing.Size(182, 61);
103             
this.button1.TabIndex = 10;
104             
this.button1.Text = "Load Image 1";
105             
this.button1.UseVisualStyleBackColor = false;
106             
//
107             
// pictureBox2
108             
//
109             
this.pictureBox2.Location = new System.Drawing.Point(769, 81);
110             
this.pictureBox2.Name = "pictureBox2";
111             
this.pictureBox2.Size = new System.Drawing.Size(182, 229);
112             
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
113             
this.pictureBox2.TabIndex = 9;
114             
this.pictureBox2.TabStop = false;
115             
//
116             
// pictureBox1
117             
//
118             
this.pictureBox1.Location = new System.Drawing.Point(12, 81);
119             
this.pictureBox1.Name = "pictureBox1";
120             
this.pictureBox1.Size = new System.Drawing.Size(182, 229);
121             
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
122             
this.pictureBox1.TabIndex = 8;
123             
this.pictureBox1.TabStop = false;
124             
//
125             
// panel3
126             
//
127             
this.panel3.BackColor = System.Drawing.Color.Maroon;
128             
this.panel3.Controls.Add(this.pictureBox3);
129             
this.panel3.Location = new System.Drawing.Point(214, 56);
130             
this.panel3.Name = "panel3";
131             
this.panel3.Size = new System.Drawing.Size(522, 292);
132             
this.panel3.TabIndex = 15;
133             
//
134             
// pictureBox3
135             
//
136             
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
137             
this.pictureBox3.Location = new System.Drawing.Point(3, 3);
138             
this.pictureBox3.Name = "pictureBox3";
139             
this.pictureBox3.Size = new System.Drawing.Size(516, 286);
140             
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
141             
this.pictureBox3.TabIndex = 1;
142             
this.pictureBox3.TabStop = false;
143             
//
144             
// panel2
145             
//
146             
this.panel2.BackColor = System.Drawing.Color.Gray;
147             
this.panel2.Controls.Add(this.label2);
148             
this.panel2.ForeColor = System.Drawing.Color.Tan;
149             
this.panel2.Location = new System.Drawing.Point(0, 446);
150             
this.panel2.Name = "panel2";
151             
this.panel2.Size = new System.Drawing.Size(967, 41);
152             
this.panel2.TabIndex = 14;
153             
//
154             
// label2
155             
//
156             
this.label2.AutoSize = true;
157             
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
158             
this.label2.ForeColor = System.Drawing.Color.White;
159             
this.label2.Location = new System.Drawing.Point(660, 7);
160             
this.label2.Name = "label2";
161             
this.label2.Size = new System.Drawing.Size(291, 26);
162             
this.label2.TabIndex = 8;
163             
this.label2.Text = "Developer: Zaheer Chudhary";
164             
//
165             
// Form3
166             
//
167             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
168             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
169             
this.ClientSize = new System.Drawing.Size(967, 488);
170             
this.Controls.Add(this.panel1);
171             
this.Controls.Add(this.button3);
172             
this.Controls.Add(this.button2);
173             
this.Controls.Add(this.button1);
174             
this.Controls.Add(this.pictureBox2);
175             
this.Controls.Add(this.pictureBox1);
176             
this.Controls.Add(this.panel3);
177             
this.Controls.Add(this.panel2);
178             
this.Name = "Form3";
179             
this.Text = "Form3";
180             
this.panel1.ResumeLayout(false);
181             
this.panel1.PerformLayout();
182             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox2)).EndInit();
183             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox1)).EndInit();
184             
this.panel3.ResumeLayout(false);
185             ((System.ComponentModel.ISupportInitialize)(
this.pictureBox3)).EndInit();
186             
this.panel2.ResumeLayout(false);
187             
this.panel2.PerformLayout();
188             
this.ResumeLayout(false);
189
190         }
191
192         
#endregion
193
194         
private System.Windows.Forms.Panel panel1;
195         
private System.Windows.Forms.Label label1;
196         
private System.Windows.Forms.Button button3;
197         
private System.Windows.Forms.Button button2;
198         
private System.Windows.Forms.Button button1;
199         
private System.Windows.Forms.PictureBox pictureBox2;
200         
private System.Windows.Forms.PictureBox pictureBox1;
201         
private System.Windows.Forms.Panel panel3;
202         
private System.Windows.Forms.PictureBox pictureBox3;
203         
private System.Windows.Forms.Panel panel2;
204         
private System.Windows.Forms.Label label2;
205     }
206 }


Gõ tìm kiếm nhanh...